Marcin Otorowski is a Windows ecosystem developer specializing in the MSIX packaging format, and his flagship utility, MSIX Hero, has become the go-to open-source toolkit for administrators and packagers who need to inspect, create, edit, sign, and troubleshoot MSIX bundles without launching the Windows SDK or Visual Studio. The program’s clean GUI exposes every layer of an MSIX container—manifest, block map, digital signature, registry, VFS, and optional packages—while a parallel command-line interface lets engineers script bulk operations such as dependency checks, version bumps, certificate roll-overs, or sideload staging across fleets of workstations. Typical use cases range from software vendors validating their store submissions, to enterprise IT teams converting legacy MSI installers, to QA labs capturing runtime differences between MSIX versions. Additional built-in tools generate mod packages, unpack bundles for diffing, clean stale staging folders, and compare manifests line-by-line, all without altering the original certificates. Because the utility is MIT-licensed, community plug-ins periodically extend it with lightweight msixbundle editors, registry diff viewers, and automated pipeline tasks that feed Azure DevOps or GitHub Actions. Marcin Otorowski’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest release, and can be queued for batch deployment alongside other applications.
Open-source MSIX manager and toolkit
Details